home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / fastyp51.zip / README.BAT < prev    next >
DOS Batch File  |  1997-06-01  |  432b  |  15 lines

  1. echo off
  2. cls
  3.  
  4. rem * This batch file provides a simple way to READ about:
  5. rem *
  6. rem *      FasType Microsoft Windows Typing Tutorial, v5.10
  7. rem *
  8. rem * The information you want to read is in the file README.1ST.
  9. rem * If you prefer, you can read it using any ordinary text viewer.
  10. rem * For example, if the LIST viewer is in your DOS path, you would
  11. rem * use the command 'LIST README.1ST'.
  12.  
  13. more < README.1ST
  14. pause
  15.